home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00242_Script_242 < prev    next >
Text File  |  1995-10-10  |  270b  |  12 lines

  1.  
  2. on mouseup
  3.   global comp
  4.   if not(comp) then exit
  5.   put (the castnum of sprite 48) into ONE
  6.   if the controller of cast ONE = 1 then set the controller of cast ONE to 0
  7.   else if the controller of cast ONE = 0 then set the controller of cast ONE to 1
  8. end
  9.  
  10.  
  11.  
  12.